Welcome![Sign In][Sign Up]
Location:
Search - read data from serial port

Search list

[Com Portserial IO

Description: tcl编写的串口API,包括发送命令,以及读取串口命令。-Serial port IO API coding with tcl. Include write and read data from serial IO port.
Platform: | Size: 1249 | Author: 吴滔 | Hits:

[Other resourceSQCOMM51

Description: 51串行令牌格式 a51编译 Read data from serial port and write into buffer DPTR pointed in XRAM if a data frame is received and calculate the check sum if a information frame is received return control byte only -51 serial format A51 compiler Read data from a serial port nd write into buffer DPTR pointed in XRAM if a dat a frame is received and calculate the check sum i f a frame is received information return contro l byte only
Platform: | Size: 10219 | Author: qi | Hits:

[CommunicationVFP串口通讯

Description: VFP Microsoft Comm 控件来解决串行口读数据这一关键问题-VFP Microsoft Comm control to solve the serial data reading the key issue
Platform: | Size: 2048 | Author: | Hits:

[Com Port20050120091918_MySerialPort[2004-01-18-01]

Description: 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收到一个消息后,一段时间没收到下一个EV_RXCHAR,就认为是一个数据包的结束。这个线程就会通知数据接收线程,进行数据接收。一般同一包数据,两个字符之间的时间间隔,应该很小了吧,而两个数据包之间的间隔,应该不会太小吧!(这个地方我不清楚,猜的:( :) )最后一个线程,是接收数据的。-read data from the serial port, there are two methods, one, each receiving a EV_RXCHAR, on the ReadFile read, I think this vote. 2, received a EV_RXCHAR after a certain volume of data, such as CPU cycles (GetTickCount), and the one-time reader, the data buffer. To do so, under normal circumstances there is no problem, but if many of the data, and after a "certain amount of data the CPU cycles," also confiscated End Data how do? Few will read the data. I used three lines to complete serial data reception, the first method is a variant : an interception EV_RXCHAR, one pair of EV_RXCHAR analysis is, in fact, overtime judgment. If a receiver to the news, some time had not received a EV_RXCHAR, it is a data packet to an end. This thread will receive notification of data threads for da
Platform: | Size: 46080 | Author: 刘云鹏 | Hits:

[Com Portserial IO

Description: tcl编写的串口API,包括发送命令,以及读取串口命令。-Serial port IO API coding with tcl. Include write and read data from serial IO port.
Platform: | Size: 1024 | Author: 吴滔 | Hits:

[SCMSQCOMM51

Description: 51串行令牌格式 a51编译 Read data from serial port and write into buffer DPTR pointed in XRAM if a data frame is received and calculate the check sum if a information frame is received return control byte only -51 serial format A51 compiler Read data from a serial port nd write into buffer DPTR pointed in XRAM if a dat a frame is received and calculate the check sum i f a frame is received information return contro l byte only
Platform: | Size: 10240 | Author: qi | Hits:

[Communicationduxiechuankou

Description: 一个简单的例子:如何从串口读取数据,以及向串口写数据-a simple example : how to read data from the serial port and write data to the serial port
Platform: | Size: 29696 | Author: 凌东生 | Hits:

[Windows Mobilezylgpsrecmob

Description: 从串口读取数据,然后解析nmia,进行定位。 源码码齐全-read data from the serial port, then analytic nmia for positioning. Complete source code. .
Platform: | Size: 508928 | Author: beckin | Hits:

[CommunicationSerial_oscillogragh

Description: 从串口读取数据,本例是读取数据包,然后筛选所需要的数据进行波形显示-Read data from the serial port, which in this case is to read the packet, and then filter the data needed to carry out waveform display
Platform: | Size: 37888 | Author: hechao | Hits:

[Othere1

Description: 从串口读取数据并翻译,采用触发事件功能接受数据-Read data from the serial port and translation, using the trigger event function to receive data
Platform: | Size: 2048 | Author: zhaomeng | Hits:

[CSharp3_14163036

Description: 我们可以利用COM组件提供的OnRecieve事件(当串口有数据收到的时候发生)来启动一个事件函数来读取串口数据-We can use the COM components provided by the OnRecieve events (when the serial data are received by the time of the year) to launch an event function to read data from serial port
Platform: | Size: 89088 | Author: kinng | Hits:

[OtherreadGPSbyRS232

Description: 我主要是通过串口来实时采集GPS得同步数据,频率20HZ,而且数据长度(均大于200个字符)是变化的,每次都要提取里面有用的数据。所取数据用于汽车试验参数。 本人分别采用两种方式来实时读取串口数据:一种是大家常用的VISA控件; 另一种是调用Mscomm。本人在使用中感觉后一种通讯方式很好! -I mainly collected through the serial port in real-time GPS data were synchronized, frequency 20HZ, and the data length (all greater than 200 characters) is the change, inside each time extracting useful data. The obtained data are used for automotive test parameters. I were used in two ways to read data from serial port in real-time: one is our common VISA controls the other is called Mscomm. I use the feeling of a good means of communication!
Platform: | Size: 38912 | Author: joey | Hits:

[Com Portsc

Description: 用vc++读取串口的数据,并将读取的串口数据,实时绘制曲线-Using vc++ read data from serial port, serial port and read data, real-time rendering curve
Platform: | Size: 2946048 | Author: 大宝 | Hits:

[GPS developread-gps-data-vcPP-seral-port

Description: VC++ 实现对gps串口数据的读取与存储-read the gps data from serial port based on vc++,useful source
Platform: | Size: 4096 | Author: cc | Hits:

[Communicationdraw-serial-data--

Description: vc++程序,实现从串口读取数据,然后进行实时曲线描绘-vc++ program to read data from serial port, and then portrayed real-time curve
Platform: | Size: 2468864 | Author: lichan | Hits:

[Communicationrfid_source

Description: 采用QT写的两个程序,一个串口读数据,利用TCP发送给另外一个,另外一个把数据插入到数据库中-The code was written by QT, including two program.The read data from serial port and send it on tcp to the other,and the other insert the data into mysql
Platform: | Size: 3791872 | Author: eureka | Hits:

[CSharpBTR

Description: C#读取串口数据,并校验数据完整性和计算读取数据速度-C# read data from serial port, and verify data integrity, and calculate the speed of read data
Platform: | Size: 12288 | Author: | Hits:

[CSharpConsoleApplication_serialPort

Description: Read data from serial port with 2D scanner - In Proce-Read data from serial port with 2D scanner - In Process
Platform: | Size: 27648 | Author: cedoming | Hits:

[Othermy_uart_rx

Description: 串口读取数据,串口输入,8位数据输出,串口读取数据,串口输入,8位数据输出(Read data from serial port)
Platform: | Size: 1024 | Author: 偷书的小人偶 | Hits:

[OtheriPEEP_FromGitHub

Description: C#编写的小工具,数据格式是自定义的,使用串口控件,制作的数据读取app(read data from serial port)
Platform: | Size: 2867200 | Author: hancy | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net